Opc.Ua.Core
HasBinding Method (ITransportBindings<T>)



Opc.Ua.Bindings Namespace > ITransportBindings<T> Interface : HasBinding Method
The uri scheme.
Return if there is a transport listener for a uri scheme.
Syntax
'Declaration
 
Function HasBinding( _
   ByVal uriScheme As String _
) As Boolean
'Usage
 
Dim instance As ITransportBindings(Of T)
Dim uriScheme As String
Dim value As Boolean
 
value = instance.HasBinding(uriScheme)
bool HasBinding( 
   string uriScheme
)
bool HasBinding( 
   String^ uriScheme
) 

Parameters

uriScheme
The uri scheme.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITransportBindings<T> Interface
ITransportBindings<T> Members